home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 5 (Internal Edition) / Apple R&P Lib Internal v5.0.iso / 3-Presentations / Markets / Education / HyperCard In Education / Math Quizzer / card_4615.txt < prev    next >
Text File  |  1990-04-02  |  8KB  |  406 lines

  1. -- card: 4615 from stack: in
  2. -- bmap block id: 5122
  3. -- flags: 0000
  4. -- background id: 2658
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openCard
  8.   put 10 into card field 14
  9.   put 10 into card field 15
  10.   hide card field 7
  11.   hide card field 9
  12.   hide card field 10
  13.   put 0 into card field 8
  14.   put 0 into card field 9
  15.   put 0 into card field 10
  16.   put 0 into card field 2
  17.   put 0 into card field 3
  18.   put " " into card field 4
  19.   repeat with x=11 to 13
  20.     hide card field x
  21.   end repeat
  22.   hide card field 6
  23.   hide card field 8
  24.  
  25. end openCard
  26.  
  27.  
  28.  
  29. -- part 1 (field)
  30. -- low flags: 00
  31. -- high flags: 0004
  32. -- rect: left=20 top=31 right=48 bottom=114
  33. -- title width / last selected line: 0
  34. -- icon id / first selected line: 0 / 0
  35. -- text alignment: 0
  36. -- font id: 3
  37. -- text size: 12
  38. -- style flags: 0
  39. -- line height: 16
  40. -- part name: 
  41.  
  42.  
  43. -- part 2 (button)
  44. -- low flags: 00
  45. -- high flags: 8003
  46. -- rect: left=19 top=50 right=102 bottom=122
  47. -- title width / last selected line: 0
  48. -- icon id / first selected line: 31685 / 31685
  49. -- text alignment: 1
  50. -- font id: 0
  51. -- text size: 12
  52. -- style flags: 0
  53. -- line height: 16
  54. -- part name: Push to Get Numbers
  55. ----- HyperTalk script -----
  56. on mouseUp
  57.   hide card field 11
  58.   hide card field 12
  59.   hide card field 13
  60.   put " " into card field 4
  61.   hide card field 8
  62.   hide card field 7
  63.   hide card field 6
  64.   hide card field 9
  65.   hide card field 10
  66.   put the random of card field 14 into pox1
  67.   put the random of card field 15 into pox2
  68.   put pox1*pox2 into pox3
  69.   put pox3 into card field 2
  70.   put pox3/pox2 into card field 3
  71.   show card field 5
  72.   show card button id 7
  73. end mouseUp
  74.  
  75.  
  76.  
  77. -- part 3 (field)
  78. -- low flags: 00
  79. -- high flags: 0000
  80. -- rect: left=161 top=183 right=199 bottom=211
  81. -- title width / last selected line: 0
  82. -- icon id / first selected line: 0 / 0
  83. -- text alignment: 0
  84. -- font id: 3
  85. -- text size: 12
  86. -- style flags: 0
  87. -- line height: 16
  88. -- part name: 
  89.  
  90.  
  91. -- part 4 (field)
  92. -- low flags: 00
  93. -- high flags: 0000
  94. -- rect: left=268 top=185 right=201 bottom=322
  95. -- title width / last selected line: 0
  96. -- icon id / first selected line: 0 / 0
  97. -- text alignment: 0
  98. -- font id: 3
  99. -- text size: 12
  100. -- style flags: 0
  101. -- line height: 16
  102. -- part name: 
  103.  
  104.  
  105. -- part 5 (field)
  106. -- low flags: 00
  107. -- high flags: 0002
  108. -- rect: left=379 top=185 right=201 bottom=441
  109. -- title width / last selected line: 0
  110. -- icon id / first selected line: 0 / 0
  111. -- text alignment: 0
  112. -- font id: 3
  113. -- text size: 12
  114. -- style flags: 0
  115. -- line height: 16
  116. -- part name: 
  117.  
  118.  
  119. -- part 6 (field)
  120. -- low flags: 80
  121. -- high flags: 0004
  122. -- rect: left=379 top=124 right=173 bottom=440
  123. -- title width / last selected line: 0
  124. -- icon id / first selected line: 0 / 0
  125. -- text alignment: 0
  126. -- font id: 3
  127. -- text size: 12
  128. -- style flags: 0
  129. -- line height: 16
  130. -- part name: 
  131.  
  132.  
  133. -- part 7 (button)
  134. -- low flags: 80
  135. -- high flags: 8003
  136. -- rect: left=345 top=209 right=237 bottom=467
  137. -- title width / last selected line: 0
  138. -- icon id / first selected line: 0 / 0
  139. -- text alignment: 1
  140. -- font id: 0
  141. -- text size: 12
  142. -- style flags: 0
  143. -- line height: 16
  144. -- part name: Push When Ready
  145. ----- HyperTalk script -----
  146. on mouseUp
  147.   put card field 10+1 into card field 10
  148.   hide card button id 7
  149.   hide card field 5
  150.   put card field two into numb1
  151.   put card field three into numb2
  152.   put card field four into numb3
  153.   if numb1/numb2=numb3
  154.   then show card field 6
  155. else show card field 7
  156. if numb1/numb2=numb3
  157. then put card field 9+1 into card field 9
  158.  
  159. put numb1/numb2 into card field 8
  160. show card field 8
  161. show card field 9
  162. show card field 10
  163. show card field 11
  164. show card field 12
  165. show card field 13
  166. end mouseUp
  167.  
  168.  
  169.  
  170. -- part 8 (field)
  171. -- low flags: 80
  172. -- high flags: 0000
  173. -- rect: left=220 top=270 right=320 bottom=323
  174. -- title width / last selected line: 0
  175. -- icon id / first selected line: 0 / 0
  176. -- text alignment: 0
  177. -- font id: 3
  178. -- text size: 12
  179. -- style flags: 0
  180. -- line height: 16
  181. -- part name: 
  182.  
  183.  
  184. -- part 9 (field)
  185. -- low flags: 80
  186. -- high flags: 0000
  187. -- rect: left=221 top=208 right=257 bottom=318
  188. -- title width / last selected line: 0
  189. -- icon id / first selected line: 0 / 0
  190. -- text alignment: 0
  191. -- font id: 3
  192. -- text size: 12
  193. -- style flags: 0
  194. -- line height: 16
  195. -- part name: 
  196.  
  197.  
  198. -- part 10 (field)
  199. -- low flags: 80
  200. -- high flags: 0000
  201. -- rect: left=220 top=256 right=271 bottom=283
  202. -- title width / last selected line: 0
  203. -- icon id / first selected line: 0 / 0
  204. -- text alignment: 0
  205. -- font id: 3
  206. -- text size: 12
  207. -- style flags: 0
  208. -- line height: 16
  209. -- part name: 
  210.  
  211.  
  212. -- part 11 (field)
  213. -- low flags: 80
  214. -- high flags: 0000
  215. -- rect: left=177 top=325 right=341 bottom=208
  216. -- title width / last selected line: 0
  217. -- icon id / first selected line: 0 / 0
  218. -- text alignment: 0
  219. -- font id: 3
  220. -- text size: 12
  221. -- style flags: 0
  222. -- line height: 16
  223. -- part name: 
  224.  
  225.  
  226. -- part 12 (field)
  227. -- low flags: 80
  228. -- high flags: 0000
  229. -- rect: left=253 top=325 right=341 bottom=291
  230. -- title width / last selected line: 0
  231. -- icon id / first selected line: 0 / 0
  232. -- text alignment: 0
  233. -- font id: 3
  234. -- text size: 12
  235. -- style flags: 0
  236. -- line height: 16
  237. -- part name: 
  238.  
  239.  
  240. -- part 13 (field)
  241. -- low flags: 80
  242. -- high flags: 0000
  243. -- rect: left=70 top=325 right=342 bottom=177
  244. -- title width / last selected line: 0
  245. -- icon id / first selected line: 0 / 0
  246. -- text alignment: 0
  247. -- font id: 3
  248. -- text size: 12
  249. -- style flags: 0
  250. -- line height: 16
  251. -- part name: 
  252.  
  253.  
  254. -- part 14 (field)
  255. -- low flags: 80
  256. -- high flags: 0000
  257. -- rect: left=208 top=325 right=341 bottom=253
  258. -- title width / last selected line: 0
  259. -- icon id / first selected line: 0 / 0
  260. -- text alignment: 0
  261. -- font id: 3
  262. -- text size: 12
  263. -- style flags: 0
  264. -- line height: 16
  265. -- part name: 
  266.  
  267.  
  268. -- part 15 (field)
  269. -- low flags: 80
  270. -- high flags: 0000
  271. -- rect: left=291 top=325 right=341 bottom=465
  272. -- title width / last selected line: 0
  273. -- icon id / first selected line: 0 / 0
  274. -- text alignment: 0
  275. -- font id: 3
  276. -- text size: 12
  277. -- style flags: 0
  278. -- line height: 16
  279. -- part name: 
  280.  
  281.  
  282. -- part 19 (field)
  283. -- low flags: 00
  284. -- high flags: 0002
  285. -- rect: left=223 top=44 right=60 bottom=299
  286. -- title width / last selected line: 0
  287. -- icon id / first selected line: 0 / 0
  288. -- text alignment: 0
  289. -- font id: 3
  290. -- text size: 12
  291. -- style flags: 0
  292. -- line height: 16
  293. -- part name: 
  294.  
  295.  
  296. -- part 21 (field)
  297. -- low flags: 00
  298. -- high flags: 0002
  299. -- rect: left=309 top=44 right=60 bottom=386
  300. -- title width / last selected line: 0
  301. -- icon id / first selected line: 0 / 0
  302. -- text alignment: 0
  303. -- font id: 3
  304. -- text size: 12
  305. -- style flags: 0
  306. -- line height: 16
  307. -- part name: 
  308.  
  309.  
  310. -- part 22 (field)
  311. -- low flags: 00
  312. -- high flags: 0000
  313. -- rect: left=223 top=27 right=43 bottom=388
  314. -- title width / last selected line: 0
  315. -- icon id / first selected line: 0 / 0
  316. -- text alignment: 0
  317. -- font id: 3
  318. -- text size: 12
  319. -- style flags: 0
  320. -- line height: 16
  321. -- part name: 
  322.  
  323.  
  324. -- part 23 (button)
  325. -- low flags: 00
  326. -- high flags: 8000
  327. -- rect: left=0 top=266 right=314 bottom=102
  328. -- title width / last selected line: 0
  329. -- icon id / first selected line: 2162 / 2162
  330. -- text alignment: 1
  331. -- font id: 0
  332. -- text size: 12
  333. -- style flags: 0
  334. -- line height: 16
  335. -- part name: Return
  336. ----- HyperTalk script -----
  337. on mouseUp
  338.   go to card 1
  339. end mouseUp
  340.  
  341.  
  342.  
  343. -- part contents for card part 1
  344. ----- text -----
  345. Division Card
  346.  
  347. -- part contents for card part 6
  348. ----- text -----
  349. Put Answer Below
  350.  
  351.  
  352. -- part contents for card part 8
  353. ----- text -----
  354. was the correct answer.  Good job!
  355.  
  356. -- part contents for card part 9
  357. ----- text -----
  358. Wrong!  The correct answer was
  359.  
  360. -- part contents for card part 13
  361. ----- text -----
  362. You have gotten
  363.  
  364. -- part contents for card part 14
  365. ----- text -----
  366. out of
  367.  
  368. -- part contents for card part 15
  369. ----- text -----
  370. division problems right.
  371.  
  372. -- part contents for card part 10
  373. ----- text -----
  374. 0
  375.  
  376. -- part contents for card part 11
  377. ----- text -----
  378. 0
  379.  
  380. -- part contents for card part 12
  381. ----- text -----
  382. 0
  383.  
  384. -- part contents for card part 3
  385. ----- text -----
  386. 0
  387.  
  388. -- part contents for card part 4
  389. ----- text -----
  390. 0
  391.  
  392. -- part contents for card part 5
  393. ----- text -----
  394.  
  395.  
  396. -- part contents for card part 22
  397. ----- text -----
  398.    Maximum Divisors
  399.  
  400. -- part contents for card part 19
  401. ----- text -----
  402. 10
  403.  
  404. -- part contents for card part 21
  405. ----- text -----
  406. 10